home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / pascal / pastut34.zip / README < prev    next >
Text File  |  1993-07-07  |  4KB  |  90 lines

  1.                 INTRODUCTION TO THE TURBO PASCAL TUTOR.
  2.                 ▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
  3.  
  4. This software has been prepared to help in the presentation of Turbo
  5. Pascal training courses and is now made available as shareware. Please
  6. freely distribute to friends and colleagues.
  7. If however you do use the programs to advantage, please send a donation
  8. of £5 to one of the following charities:
  9.  
  10.        Imperial Cancer Research Fund.
  11.        OXFAM.
  12.        Guide Dogs for the Blind.
  13.        Arthritis Research Council.
  14.  
  15. A letter, fully addressed to the selected charity, will be created
  16. directly on your printer from the DOS prompt by typing A:REGISTER and
  17. pressing the ENTER key. You will then be asked to provide your name,
  18. organisation name and address and to select the charity. Please send a
  19. copy to the author of the programs and any comments, both critical and
  20. favourable, in order that improvements can be made to the presentation.
  21. If requiring an acknowledgement or answers to qestions, please send a
  22. stamped addressed envelope.
  23.  
  24.  
  25. The author's name and address are:     R Shaw
  26.                                        Shaw Software
  27.                                        56a Maidenhead Road
  28.                                        Stratford-upon-Avon
  29.                                        Warwickshire
  30.                                        CV37 6XT     (telephone 0789 295150)
  31.  
  32.      _________________________________________________________________
  33.  
  34. The hardware requirements are any IBM PC compatible machine from XT
  35. upwards, with 640kb memory and a VGA colour monitor.
  36.  
  37.  
  38. There are 92 files on this diskette, which is labelled PASCALTUTOR.
  39.  
  40. 86 of these files are in the subdirectory \TP\TUTOR and relate to the
  41. display of Turbo Pascal tutorial notes and example programs using the
  42. object-oriented code of Turbo Vision. The example programs can also be
  43. run from the Run examples submenu. The screen display can be adjusted
  44. using the Windows submenu and mouse and colour options can be set using
  45. the Options submenu.
  46.  
  47.  
  48. The Notes are in files with the extension name .TXT, whilst the examples
  49. are available as both source code (.PAS) and executable files (.EXE).
  50. The main program that controls the display is TUTOR.EXE and so the command
  51. is just TUTOR if the correct subdirectory has already been selected.
  52.  
  53. There are 6 files in the root directory of this diskette:
  54.  
  55. The README file is this one being read, by the batch file INTRO.BAT
  56.  
  57. The DOS file CONFIG.SYS is provided to allow a meaningful operation of the
  58. program DOSOPS.PAS if run from drive A:
  59.  
  60. The batch file RUN.BAT allows operation directly from the diskette drive A:
  61. by typing A:RUN and pressing the ENTER key.
  62.  
  63. The batch file INST.BAT transfers all the files in the A:\TP\TUTOR
  64. subdirectory to the hard disk drive C: in the subdirectory C:\TP\TUTOR
  65. which is first created by the batch file. The command is A:INST followed by
  66. the ENTER key.
  67.  
  68. The executable file REGISTER.EXE creates a letter to a selected charity.
  69.  
  70.  
  71. The tutorial runs in Turbo Vision, which provides an environment similar
  72. to the Integrated Development Environment (IDE) of Turbo Pascal. Readers
  73. who are not familiar with the IDE should run the program TPTOUR.EXE which
  74. is provided by Borland on the Turbo Pascal diskettes.
  75.  
  76. The initial screen display shows a Menu Bar at the top of the screen and
  77. a Status Line at the bottom. The Status Line always provides essential
  78. advice, typically that the function key F10 will access the Menu. Then
  79. the arrow keys can be used to select the required menu item and the
  80. sub-menu pulled down by pressing the ENTER key. The arrow keys can again
  81. be used to select the required sub-menu option and that option activated
  82. by pressing the ENTER key. The function key F1 always provides context
  83. sensitive help, including any hot-key short cuts.
  84. The hot-key combination Alt-X will immediately cause an exit to DOS.
  85.  
  86.  
  87.  
  88. README.  Revised 17.5.93
  89.  
  90.